ASP.NET Core MVC コントロールヘルプ
BaseCollectionViewService<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : BaseCollectionViewService<T> クラス
Defines the base class for all the collectionview services.
オブジェクト モデル
BaseCollectionViewService<T> クラス
シンタックス
'宣言
 
Public MustInherit Class BaseCollectionViewService(Of T) 
   Inherits Service
   Implements IItemsSource(Of T)ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class BaseCollectionViewService<T> : Service, IItemsSource<T>ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
         C1.Web.Mvc.BaseCollectionViewService<T>
            C1.Web.Mvc.BaseODataCollectionViewService<T>

参照

BaseCollectionViewService<T> メンバ
C1.Web.Mvc 名前空間